home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / dabutil2.zip / DABUTIL2.DC1 < prev    next >
Text File  |  1991-01-15  |  54KB  |  1,801 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.                                   DABUTIL Version 2.00
  23.  
  24.                                        User's Manual
  25.  
  26.                             Copyright 1988-1991 by Don Branson
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.      Nomenclature
  37.  
  38.  
  39.  
  40.        Any text surrounded by square brackets  []  is optional. If you
  41.        don't enter it, some default action will be taken by the program.
  42.        For example, if you run the LD (List Directory) program by typing:
  43.  
  44.           LD A:
  45.  
  46.        then the list directory program will list the directories on the
  47.        'A' drive, no matter what the current drive is. On the other hand,
  48.        if you run the LD program by typing:
  49.  
  50.           LD
  51.  
  52.        then the list directory program will list the directories on the
  53.        current drive. The default action in this case is to use the
  54.        current drive.
  55.  
  56.        The help option (/h) can be used with all programs in DABUTIL,
  57.        to get a short description of the program and all available options.
  58.        For example:
  59.  
  60.  
  61.           CATALOG /h
  62.           LD /h
  63.           FILEMAN /h
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.      Acknowledgements
  73.  
  74.      I would like to thank my wife, Dot, and my sons, Peter and Taylor for
  75.      the sacrificies they made while I was working on Dabutil.
  76.  
  77.  
  78.      Copyright Notice
  79.  
  80.        This User's Manual and all programs associated with DABUTIL are copyright
  81.        1991 by Don Branson and are protected by the copyright laws of the United
  82.        States of America, and by international treaty provisions. The software
  83.        is shareware and may therefore be copied for others to use, as long as
  84.        the software and associated documentation are not modified in any way.
  85.        If you make any of this package a part of your regular working environment,
  86.        you should print out the registration form found in the file DABUTIL2.REG
  87.        and fill it out. DABUTIL2.REG can be printed using either of these two
  88.        DOS commands:
  89.  
  90.            PRINT DABUTIL2.REG
  91.            or
  92.            TYPE DABUTIL2.REG >PRN
  93.  
  94.        If you don't have a printer, that's O.K., any reasonable facsimile will be fine.
  95.  
  96.  
  97.  
  98.      Disclaimer
  99.  
  100.        While every precaution has been taken in the preparation of this package, the
  101.        author assumes no responsibility for errors or omissions. No liability is
  102.        assumed for direct, indirect, or consequential damages resulting from the use
  103.        of this software. It is the sole responsibility of the user of this package to
  104.        determine compatibility with the user's system.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.                                    Table of Contents
  114.  
  115.  
  116.  
  117.  
  118.        Installing Dabutil2..................1
  119.  
  120.        When something goes wrong............2
  121.  
  122.        CATALOG..............................3
  123.  
  124.        DI...................................5
  125.  
  126.        DIRM................................10
  127.  
  128.        DOSMENU.............................12
  129.  
  130.        DOW.................................16
  131.  
  132.        DTIME...............................17
  133.  
  134.        ENC.................................18
  135.  
  136.        EVENTMAN............................19
  137.  
  138.        FF..................................25
  139.  
  140.        FILEMAN.............................28
  141.  
  142.        LD..................................37
  143.  
  144.        PROCESS.............................40
  145.  
  146.        SBE.................................41
  147.  
  148.        SD..................................48
  149.  
  150.        SETPRT..............................53
  151.  
  152.        Appendix A, Entry Windows...........55
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.      Basic DABUTIL2 Installation
  162.  
  163.  
  164.        1) Insert the disk with DABUTIL on it into either drive A or B.
  165.  
  166.        2) "LOG IN" to that drive with either:
  167.                   A:    or
  168.                   B:
  169.            and press RETURN.
  170.  
  171.        3) Enter the command DABINST and press return.
  172.  
  173.        4) Follow the instructions given to install the DABUTIL package. DABINST
  174.           will install DABUTIL in a directory named DABUTIL, which it will
  175.           create if necessary. It will also add the new directory to your path
  176.           command.
  177.  
  178.        5) Re-boot your computer to activate the new PATH command in AUTOEXEC.BAT
  179.  
  180.        6) Enter the command DOSMENU to see demonstrations of each program.
  181.  
  182.  
  183.        CAUTION:
  184.           While you can change the directory given, it is recommended that you
  185.           use DABUTIL, since any existing directory may have files with the same
  186.           name as a DABUTIL file, and they might be lost when the install is
  187.           done. You have the option of keeping the old files or overwriting them.
  188.  
  189.  
  190.      See Appendix A, "Entry Windows" for information on entering the name
  191.        of the directory.
  192.  
  193.  
  194.      Installation Technical Information
  195.  
  196.  
  197.        The DABUTIL files are stored in a file named DABUTIL2.EXE.  This is a self-
  198.        extracting archive, which is used by DABINST.
  199.  
  200.        DABINST will attempt to install DABUTIL on the same drive as the first
  201.        directory in your PATH command. The default directory for installation
  202.        is DABUTIL, but you can select another directory. If the directory is NOT
  203.        already on your path, DABINST will look on the same drive to find
  204.        AUTOEXEC.BAT, and add the directory to any PATH command found there. If
  205.        the directory is already on the PATH command in AUTOEXEC.BAT, then it will
  206.        not be added.
  207.  
  208.  
  209.  
  210.  
  211.                        DABUTIL Version 2.0 Documentation
  212.                                    - Page 1 -
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.                            When something goes wrong
  222.  
  223.  
  224.  
  225.      When you are using the programs in DABUTIL, you may find that
  226.      something does not work correctly, or as you expected. This can
  227.      occur for a number of reasons:
  228.  
  229.           - The program has a bug
  230.  
  231.           - The program is not compatible with your software (it may be your
  232.             version of DOS or it may be some other software)
  233.  
  234.           - The program is not compatible with your hardware
  235.  
  236.  
  237.      First, check the User's Manual and the associated help screens, to
  238.      see if either one addresses the problem. If it is the case that there
  239.      is a discrepancy between the way the manual says the program should
  240.      work, and the way it actually works, then you should report the problem
  241.      to Simian Id Software. When you contact Simian Id Software, you should
  242.      report:
  243.  
  244.           - What kind of PC you are using. (IBM or brand of compatible)
  245.  
  246.           - What other hardware may be relevant. (Video type, disk type,
  247.             printer type)
  248.  
  249.           - What version of DOS you are running.
  250.  
  251.           - Your user registration number.
  252.  
  253.  
  254.      If it is the case that the software behaves in accordance with
  255.      the manual, but differently than you would want it to, then that
  256.      is an opportunity for you to influence the direction which DABUTIL
  257.      takes in future versions. If a program does not do something it
  258.      ought to do, contact Simian Id Software and let us know what should
  259.      be changed. Not everyone's changes can be added to a program,
  260.      but it is to the advantage of Simian Id Software to include new
  261.      ideas, thus improving the usefulness of the package for everyone.
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.                        DABUTIL Version 2.0 Documentation
  273.                                    - Page 2 -
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. CATALOG (Disk Catalog)
  283.  
  284.  
  285.  Description
  286.  
  287.      CATALOG lists files on a diskette or fixed disk on the screen.
  288.      The list may be redirected to a printer, see examples. The disk
  289.      name, date and free space are printed at the top of every page.
  290.      Each directory found on the diskette is shown, and all of the
  291.      files in each directory are shown. When one or more of the archive
  292.      switches (-arc, -zip, etc.) are used, the contents of appropriate
  293.      archive files are listed.
  294.  
  295.  
  296.  Command Format
  297.  
  298.      catalog [d:] [-w] [archives]
  299.  
  300.  
  301.        For each file listed, the file name, extension, size, are shown. Also,
  302.        the date and time of the last change to the file are shown.
  303.  
  304.        The first option (d:) can be used to generate a catalog of